Fix some typos with inline property docs. (#347065, John Finlay)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jul 2006 16:59:43 +0000 (16:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Jul 2006 16:59:43 +0000 (16:59 +0000)
2006-07-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaction.c:
* gtk/gtkiconview.c:
* gtk/gtkprintbackend.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkscrolledwindow.c:
* gtk/gtktoolbar.c: Fix some typos with inline property
docs.  (#347065, John Finlay)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkaction.c
gtk/gtkiconview.c
gtk/gtkprintbackend.c
gtk/gtkprintoperation-unix.c
gtk/gtkscrolledwindow.c
gtk/gtktoolbutton.c

index b74fdc6823af122d8278bc1f731fc740dfb2fa61..046e36b0ed4e567cab3720364aff2eccf3ce0743 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaction.c:
+       * gtk/gtkiconview.c:
+       * gtk/gtkprintbackend.c:
+       * gtk/gtkprintoperation-unix.c:
+       * gtk/gtkscrolledwindow.c:
+       * gtk/gtktoolbar.c: Fix some typos with inline property
+       docs.  (#347065, John Finlay)
+
        * gtk/gtkfilechooserbutton.c: Fix some memory handling
        issues.  (#347043, Chris Wilson)
 
index b74fdc6823af122d8278bc1f731fc740dfb2fa61..046e36b0ed4e567cab3720364aff2eccf3ce0743 100644 (file)
@@ -1,5 +1,13 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaction.c:
+       * gtk/gtkiconview.c:
+       * gtk/gtkprintbackend.c:
+       * gtk/gtkprintoperation-unix.c:
+       * gtk/gtkscrolledwindow.c:
+       * gtk/gtktoolbar.c: Fix some typos with inline property
+       docs.  (#347065, John Finlay)
+
        * gtk/gtkfilechooserbutton.c: Fix some memory handling
        issues.  (#347043, Chris Wilson)
 
index 07d827ff08147a2b44bef05ff0bdcfe8ffdf10b3..630159b3a2ae8ad3e4797d1b83ecbcb0fde4b92d 100644 (file)
@@ -224,7 +224,7 @@ gtk_action_class_init (GtkActionClass *klass)
                                                        NULL,
                                                        GTK_PARAM_READWRITE));
   /**
-   * GtkAction::icon-name:
+   * GtkAction:icon-name:
    *
    * The name of the icon from the icon theme. 
    * Note that the stock icon is preferred, if
index d1fb4f6632cff2bf0f533de714fee680f7f2a956..4bb88335b673333af7772445af6d8b5b9966e2ab 100644 (file)
@@ -597,7 +597,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
   
 
   /**
-   * GtkIconView::item-width:
+   * GtkIconView:item-width:
    *
    * The item-width property specifies the width to use for each item. 
    * If it is set to -1, the icon view will automatically determine a 
@@ -614,7 +614,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                                     GTK_PARAM_READWRITE));  
 
   /**
-   * GtkIconView::spacing:
+   * GtkIconView:spacing:
    *
    * The spacing property specifies the space which is inserted between
    * the cells (i.e. the icon and the text) of an item.
@@ -630,7 +630,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                                     GTK_PARAM_READWRITE));
 
   /**
-   * GtkIconView::row-spacing:
+   * GtkIconView:row-spacing:
    *
    * The row-spacing property specifies the space which is inserted between
    * the rows of the icon view.
@@ -646,7 +646,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                                     GTK_PARAM_READWRITE));
 
   /**
-   * GtkIconView::column-spacing:
+   * GtkIconView:column-spacing:
    *
    * The column-spacing property specifies the space which is inserted between
    * the columns of the icon view.
@@ -662,7 +662,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
                                                     GTK_PARAM_READWRITE));
 
   /**
-   * GtkIconView::margin:
+   * GtkIconView:margin:
    *
    * The margin property specifies the space which is inserted 
    * at the edges of the icon view.
@@ -679,7 +679,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
 
 
   /**
-   * GtkIconView::orientation:
+   * GtkIconView:orientation:
    *
    * The orientation property specifies how the cells (i.e. the icon and 
    * the text) of the item are positioned relative to each other.
index 14d6aedcd2ece73ed68ca7e79baffbca8b71969a..96b65016c87b6a0bff7871c919f5305b03ca4644 100644 (file)
@@ -249,7 +249,7 @@ gtk_print_backend_initialize (void)
   if (!initialized)
     {
       /**
-       * GtkSettings::gtk-print-backends:
+       * GtkSettings:gtk-print-backends:
        *
        * A comma-separated list of print backends to use in the print
        * dialog. Available print backends depend on the GTK+ installation,
index 5f93fef5ac921081da56b8cd7f589b65e78d3922..c5c71e82e71d68caf88bc44553512d2886127451 100644 (file)
@@ -173,7 +173,7 @@ gtk_print_operation_unix_initialize (void)
   if (!initialized)
     {
       /**
-       * GtkSettings::gtk-print-preview-command:
+       * GtkSettings:gtk-print-preview-command:
        *
        * A command to run for displaying the print preview. The command
        * should contain a %f placeholder, which will get replaced by
index da1f77190914a2c3bd54dababd7444edeb076b77..a1b59b8e19aab33f7aefedadd3754e060e9ea0ed 100644 (file)
@@ -256,7 +256,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
                                                       GTK_PARAM_READABLE | GTK_PARAM_WRITABLE));
   
   /**
-   * GtkScrolledWindow::window-placement-set:
+   * GtkScrolledWindow:window-placement-set:
    *
    * Whether "window-placement" should be used to determine the location 
    * of the contents with respect to the scrollbars. Otherwise, the 
@@ -290,7 +290,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
                                                             GTK_PARAM_READABLE));
 
   /**
-   * GtkSettings::gtk-scrolled-window-placement:
+   * GtkSettings:gtk-scrolled-window-placement:
    *
    * Where the contents of scrolled windows are located with respect to the 
    * scrollbars, if not overridden by the scrolled window's own placement.
index 5c7ff4daf146adab4df9925a7e5b2dc047a7cd6f..f70d7e599c8db89bdfb8de7e68a213c38b8c394f 100644 (file)
@@ -228,7 +228,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
                                                        GTK_PARAM_READWRITE));
 
   /**
-   * GtkButton::icon-spacing:
+   * GtkButton:icon-spacing:
    * 
    * Spacing in pixels between the icon and label.
    *